home *** CD-ROM | disk | FTP | other *** search
- ;
- ; this one converts all *.iff files of the directory src_docs/image/
- ; to *.gif files in docs/image/
- ;
- ; it is not envoked automatically after updating any of the *.iff files
- ; because i know to less about makefile to perform that task.
- ;
- list image/#?.iff nohead quick lformat="iff2gif image/%n /docs/%p%m.gif" >t:conv_img
- execute t:conv_img
- delete t:conv_img quiet
- echo "images converted to *.gif"
-
-
-
-
-
-
-
-
-
-